Auto merge of #2330 - rillian:fixes, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 29 Jan 2016 22:15:35 +0000 (22:15 +0000)
committerbors <bors@rust-lang.org>
Fri, 29 Jan 2016 22:15:35 +0000 (22:15 +0000)
commitbda0735e927b49d6e64fb22673e3e6ee2c38b649
tree0cfc3842d887cf91e879b7045a04cbbb3aab9e40
parent699f31f41c56071860fb2ea761c15d397db3dd62
parent3a1c3fec4d81b4540b1a011efa1b78308b84bca9
Auto merge of #2330 - rillian:fixes, r=alexcrichton

std::slice::SliceConcatExt::connect() was deprecated in 1.3.0
and renamed to join(). Now that 1.6.0 is the stable release,
we can transition to the newer method name.